home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / pico_2.swf / scripts / DefineButton2_691 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2010-08-12  |  115 b   |  7 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.aion = true;
  4.    _root.selsound.start();
  5.    _root.gotoAndStop(4);
  6. }
  7.